GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-12-28T15:13:43.7345546+00:00",
"SubmitDate": "2025-12-28T15:13:43.7345546+00:00",
"ReportPeriodStart": "2025-12-28T15:13:43.7345546+00:00",
"ReportPeriodEnd": "2025-12-28T15:13:43.7345546+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9784feb9-f9f5-42c9-86ec-989920ef601e",
"Rows": [
{
"ItemId": "4c18fa95-88a9-4786-97c2-44afb83f0d47",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4c18fa95-88a9-4786-97c2-44afb83f0d47",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9784feb9-f9f5-42c9-86ec-989920ef601e",
"Rows": [
{
"ItemId": "4c18fa95-88a9-4786-97c2-44afb83f0d47",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4c18fa95-88a9-4786-97c2-44afb83f0d47",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b96b8ab6-1c1a-4d90-ac9b-2ebea90b19c4",
"4f994d27-a2ad-4b9d-acaf-8a8c22d90bbc"
],
"Approvers": [
"0bd20b77-4546-40f5-b19e-45ee451e38ce",
"c9ac1fae-a5af-47a2-a0b2-676b3547cd4c"
],
"ApprovedBy": "7f697444-69b5-4856-8afb-11f8c390b9a9",
"ApprovalDate": "2025-12-28T15:13:43.7345546+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a5d3c4f9-9069-4bad-abad-9aee924d92a5",
"id": "57fe346a-6af5-4810-8bbc-429630a4a4bf",
"ConfigId": "9f2c41ad-73e7-4e0a-a9ba-74bfc9a5c082"
},
{
"GenerationDate": "2025-12-28T15:13:43.7345546+00:00",
"SubmitDate": "2025-12-28T15:13:43.7345546+00:00",
"ReportPeriodStart": "2025-12-28T15:13:43.7345546+00:00",
"ReportPeriodEnd": "2025-12-28T15:13:43.7345546+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9784feb9-f9f5-42c9-86ec-989920ef601e",
"Rows": [
{
"ItemId": "4c18fa95-88a9-4786-97c2-44afb83f0d47",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4c18fa95-88a9-4786-97c2-44afb83f0d47",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9784feb9-f9f5-42c9-86ec-989920ef601e",
"Rows": [
{
"ItemId": "4c18fa95-88a9-4786-97c2-44afb83f0d47",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4c18fa95-88a9-4786-97c2-44afb83f0d47",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b96b8ab6-1c1a-4d90-ac9b-2ebea90b19c4",
"4f994d27-a2ad-4b9d-acaf-8a8c22d90bbc"
],
"Approvers": [
"0bd20b77-4546-40f5-b19e-45ee451e38ce",
"c9ac1fae-a5af-47a2-a0b2-676b3547cd4c"
],
"ApprovedBy": "7f697444-69b5-4856-8afb-11f8c390b9a9",
"ApprovalDate": "2025-12-28T15:13:43.7345546+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a5d3c4f9-9069-4bad-abad-9aee924d92a5",
"id": "57fe346a-6af5-4810-8bbc-429630a4a4bf",
"ConfigId": "9f2c41ad-73e7-4e0a-a9ba-74bfc9a5c082"
}
]